SetValueFastDelegate<T> Delegate
In This Topic
A Delegate to set a property value to an object.
Syntax
'Declaration
Public Delegate Sub SetValueFastDelegate(Of )( _
ByVal As System.Object, _
ByRef As _
)
public delegate void SetValueFastDelegate<>(
System.object ,
ref
)
Parameters
- obj
- The obj to set the property from.
- value
- The value to set.
Type Parameters
- T
- Type of the setter.
See Also